Internet Application Development
Web Services - Assignment
Q1) Draw web services execution model?
Q2) Develop a web service with four web methods
Q3) Test the web service
- Install Internet Information Services (IIS) if not already installed
-
Using IIS Manager, create two applications:
- (a) MathLibService - Hosts the web service
- (b) ServiceClient - Hosts the client application
Q4) Implement web application "ServiceClient"
Create a client application that:
- Consumes the MathLibService web service
-
Includes a web page with:
- Text boxes for user input
- Buttons for each operation (Add, Subtract, Multiply, Divide)
- Display area for results
- Uses a proxy class to communicate with the web service
- Displays the response from the web service